'Declaration
Public Overloads Shared Function ToRGB( _ ByVal cyan As Byte, _ ByVal magenta As Byte, _ ByVal yellow As Byte, _ ByVal black As Byte _ ) As GdPictureColor
public static GdPictureColor ToRGB( byte cyan, byte magenta, byte yellow, byte black )
public function ToRGB( cyan: Byte; magenta: Byte; yellow: Byte; black: Byte ): GdPictureColor; static;
public static function ToRGB( cyan : byte, magenta : byte, yellow : byte, black : byte ) : GdPictureColor;
public: static GdPictureColor ToRGB( byte cyan, byte magenta, byte yellow, byte black )
public: static GdPictureColor ToRGB( byte cyan, byte magenta, byte yellow, byte black )
Parameters
- cyan
- magenta
- yellow
- black